home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Shopper.exe / Shopper.dxr / Internal_7_Flash Event Intercepts.ls < prev    next >
Encoding:
Text File  |  2005-05-09  |  222 b   |  14 lines

  1. on exit
  2.   _player.quit()
  3. end
  4.  
  5. on continue
  6.   go(1, getVolume() & "assets\interface\main")
  7. end
  8.  
  9. on getVolume
  10.   splitPosn = offset("\", the moviePath)
  11.   volumeName = (the moviePath).char[1..splitPosn]
  12.   return volumeName
  13. end
  14.